crypto/tls.echContext.echRejected (field)

5 uses

	crypto/tls (current package)
		handshake_client.go#L250: 	echRejected     bool
		handshake_client_tls13.go#L118: 			hs.echContext.echRejected = true
		handshake_client_tls13.go#L158: 	if hs.echContext != nil && hs.echContext.echRejected {
		handshake_client_tls13.go#L611: 	if hs.echContext != nil && !hs.echContext.echRejected && encryptedExtensions.echRetryConfigs != nil {
		handshake_client_tls13.go#L768: 	if hs.echContext != nil && hs.echContext.echRejected {